 Description
Description
Used to define a local bookmark in *.apm files or a global bookmark in ArcPadBookMarks.apx.
            
            
             Diagram
Diagram
             Overview
Overview
    
        
            |  | 
                    BOOKMARK 1..∞
                    
                        Used to define a local bookmark in *.apm files or a global bookmark in ArcPadBookMarks.apx.
                     
                    
                        
                            
                                |  | 
                                        maxx required xs:double 
                                            Right top x-coordinate in map units.
                                         |  
                        
                            
                                |  | 
                                        maxy required xs:double 
                                            Right top y-coordinate in map units.
                                         |  
                        
                            
                                |  | 
                                        minx required xs:double 
                                            Left bottom x-coordinate in map units.
                                         |  
                        
                            
                                |  | 
                                        miny required xs:double 
                                            Left bottom y-coordinate in map units.
                                         |  
                        
                            
                                |  | 
                                        name required xs:string 
                                            The name of the bookmark.
                                         |  | 
    
 Attributes
Attributes
| Name | Type | Use | Default | Fixed | Description | 
|---|
| maxx | xs:double | required |  |  | Right top x-coordinate in map units. | 
| maxy | xs:double | required |  |  | Right top y-coordinate in map units. | 
| minx | xs:double | required |  |  | Left bottom x-coordinate in map units. | 
| miny | xs:double | required |  |  | Left bottom y-coordinate in map units. | 
| name | xs:string | required |  |  | The name of the bookmark. | 
 Examples
Examples
		
			
			
			
			 Source
Source
| <xs:element name="BOOKMARK" maxOccurs="unbounded" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Used to define a local bookmark in *.apm files or a global bookmark in ArcPadBookMarks.apx.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute ref="maxx" use="required" />
    <xs:attribute ref="maxy" use="required" />
    <xs:attribute ref="minx" use="required" />
    <xs:attribute ref="miny" use="required" />
    <xs:attribute name="name" use="required" type="xs:string">
      <xs:annotation>
        <xs:documentation>The name of the bookmark.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element> | 
 See Also
See Also